home *** CD-ROM | disk | FTP | other *** search
/ Aminet 39 / Aminet 39 (2000)(Schatztruhe)[!][Oct 2000].iso / Aminet / dev / basic / hookfunc.lha / hookfunc.readme < prev   
Encoding:
Text File  |  2000-08-16  |  958 b   |  26 lines

  1. Short:    [Blitz2] Working example of hooks
  2. Uploader: dave@satanicdreams.com (David McMinn)
  3. Author:   dave@satanicdreams.com (David McMinn)
  4. Type:     dev/basic
  5.  
  6.  This example of hooks now contains the fully working code you need to
  7. implement a hook with a higher level function, in Blitz2. Originally,
  8. only program flow and variable operations (If a=b, etc.) were the only
  9. things that worked inside the higher level function. Now thanks to
  10. Paul West, you can do (almost) anything you want inside the higher level
  11. function.
  12.  
  13.  The code pertaining to the hooks is explained in the source, the code
  14. specific to the ASL screenmode requester is as well, but to a lesser
  15. extent - after all thats not the problem here.
  16.  
  17. Updated 16th August 2000 - Added big explanation of hooks, and made the
  18. code conform to a more standard approach.
  19.  
  20.  Any problems, mail me:
  21.  
  22. [) /\ \/ ][ [)   |\/| © |\/| ][ |\| |\|
  23.          dave@satanicdreams.com
  24.   http://members.xoom.com/David_McMinn
  25.  
  26.